← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:33:55 2022
Reported on Wed Dec 14 15:40:04 2022

Filename(eval 395)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 6 statements in 50µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22119µs3.60msOpenAPI::Modern::::hasOpenAPI::Modern::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package OpenAPI::Modern;
2
# spent 3.60ms (19µs+3.59) within OpenAPI::Modern::has which was called 2 times, avg 1.80ms/call: # once (14µs+2.30ms) by main::BEGIN@2 at line 35 of OpenAPI/Modern.pm # once (5µs+1.29ms) by main::BEGIN@2 at line 47 of OpenAPI/Modern.pm
sub has {
323µs for my $method (@$before) {
426µs2542µs $method->(@_);
# spent 542µs making 2 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 271µs/call
5 }
6241µs23.04ms $$wrapped->(@_);}
# spent 3.04ms making 2 calls to MooX::HandlesVia::has, avg 1.52ms/call
7;